html, body {
    background-color: #fff;
}


/* 轮播图 */
.g-banner-wrap {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.g-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.g-banner li {
    position: relative;
    height: 100%;
}
.g-banner li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1920px) {
    .g-banner li img {
        width: 100%;
    }
}
@media screen and (min-width: 2300px) {
    .g-banner li a {
        height: 300px;
    }
}
.g-banner li img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.g-banner .flex-control-nav {
    position: absolute;
    bottom: 30px;
    left:50%;
    transform: translate(-50%);
    z-index: 102;
}
.g-banner .flex-control-nav a {
    display: block;
    width: 30px;
    height: 5px;
    background-color: #fff;
    font-size: 0;
    color: transparent;
}
.g-banner .flex-control-nav li {
    float: left;
    margin-left: 14px;
}
.g-banner .flex-control-nav a.flex-active {
    background-color: #0060ea;
}

/*新闻  */
.g-news{
    margin-top: 50px;
    margin-bottom: 77px;
}
.g-news .hide{
    display: none;
}
.index-title-wrap{
    position: relative;
    width:100%;
    height: 76px;
    margin-bottom: 35px;
}
.index-title-wrap .horizontal-line{
    position: absolute;
    width: 100%;
    height:1px;
    background: #D8D8D8;
    top: 38px;
    left: 0;
}
.index-title-wrap .index-title{
    width: 190px;
    height: 76px;
    line-height: 76px;
    font-size: 26px;
    text-align: center;
    background: url('../images/index-title-bg.png') left no-repeat #fff;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    background-position-x: 20px;
    text-indent: 40px;
}
.index-title-wrap .go-more {
    position: absolute;
    top:60px;
    right:0;
    color:#999;
    font-size: 12px;
}
.g-news .m-left{
    position: relative;
    float: left;
    width: 676px;
    height: 360px;
    overflow: hidden;
}
.g-news .news-swiper li {
    position: relative;
}
.g-news .news-swiper li a,
.g-news .news-swiper li img {
    display: block;
    width: 676px;
    height: 360px;
}
.g-news .news-swiper li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 484px;
    height: 40px;
    background: #1c3364;
    color: #fff;
    line-height: 40px;
    padding-right: 170px;
    padding-left: 21px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.g-news .news-swiper .flex-control-nav {
    position: absolute;
    bottom: 16px;
    right:40px;
    z-index: 102;
}
.g-news .news-swiper .flex-control-nav a {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #5e7192;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
}
.g-news .news-swiper .flex-control-nav li {
    float: left;
    margin-left: 14px;
}
.g-news .news-swiper .flex-control-nav a.flex-active {
    background-color: #fff;
}












.g-news .m-right{
    float: right;
    width: 474px;
    height: 360px;
    overflow: hidden;
}
.g-news .m-right .news-tab-wraper {
    overflow: hidden;
}
.g-news .m-right .news-tab-wraper .news-tab {
    display: inline-block;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding: 0 12px;
    cursor: pointer;
}
.g-news .m-right .news-tab-wraper .news-tab.selected {
    color: #0060ea;
    border-color: #0060ea;
}
.g-news .u-tab span {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 3px;
    cursor: pointer;
}
.g-news .u-tab{
    height: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}
.g-news .u-tab span.z-crt {
    color: #0060ea;
}
.g-news .u-tab span.z-crt span {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 75px;
    height: 3px;
    background-color: #0060ea;
}
.g-news .u-tab span.z-crt span::after{
    content: '';
    width: 2px;
    height: 4px;
    border-bottom:solid 7px transparent;
    border-left:solid 5px transparent;
    border-right:solid 5px transparent;
    border-top: solid 7px #0060ea;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.g-news .u-tab span.z-crt .no-squire::after{
    content: '';
    width: 0;
    height: 0;
    border: none;
}
.g-news .u-tab i{
    float: left;
    width: 1px;
    height: 20px;
    background-color: #333;
    margin: 0 16px;
}
.g-news .u-lst ul{
    display: none;
}
.g-news .u-lst ul.z-crt{
    display: block;
}
.g-news .u-lst ul li{
    height: 53px;
    border-bottom: 1px solid #fafafa;
    position: relative;
    padding-right: 100px;
    padding-left: 25px;
    box-sizing: border-box;
}
.g-news .u-lst ul li:before{
    content: '·';
    position: absolute;
    top: -2px;
    left: 0;
    width: 25px;
    height: 53px;
    line-height: 53px;
    font-size: 32px;
    color: #0060EA;
    text-align: center;
}
.g-news .u-lst ul li:hover .news-title,
.g-news .u-lst ul li:hover .release-time,
.g-news .u-lst ul li:hover .release-time .day{
    color: #0060ea;
}
.g-news .u-lst li .release-time{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 53px;
    line-height: 53px;
    text-align: right;
}

.g-news .u-lst li .release-time .day{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #001a56;
    font-family: 'Helvetica Neue'
}
.g-news .u-lst li .release-time .years{
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 4px;
    font-family: 'Helvetica Neue'
}
.g-news .u-lst li .news-title{
    font-size: 16px;
    color: #333;
    height: 53px;
    line-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-full-gray{
    width:100%;
    background:#fafafa;
}
.g-news-other{
    padding: 50px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.g-news-other .index-title{
    background: url('../images/index-title-bg.png') left no-repeat #fafafa;
}
.news-float-container{
    float: left;
    width: 555px;
    height: 340px;
    overflow: hidden;
}
.news-float-container li{
    position: relative;
    height: 46px;
    width:100%;
    padding-right: 100px;
    padding-left: 25px;
    box-sizing: border-box;
}
.news-float-container li:hover a .news-title{
    color:#0060EA;
}
.news-float-container li:before{
    content: '·';
    position: absolute;
    top: -2px;
    left: 0;
    width:25px;
    height: 46px;
    line-height:46px;
    font-size: 32px;
    color:#0060EA;
    text-align: center;
}
.news-float-container li a .news-title {
    font-size:16px;
    color:#333;
    height: 46px;
    line-height:46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-float-container li a .news-title .release-time{
    position: absolute;
    top:0;
    right: 0;
    width: 100px;
    height:46px;
    line-height: 46px;
    text-align: right;
}

/*平台服务*/
.fl{float: left;}
.fr{float: right;}
.g-platform .u-title{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.g-platform .u-title img {
    margin-top: 9px;
}
.g-platform .u-content ul{
    margin-left: -12px;
}
.g-platform .u-content ul li{
    position: relative;
    float: left;
    width: 230px;
    height: 185px;
    margin-left:12px;
    margin-bottom: 12px;
}
.g-platform .u-content ul li:nth-child(1) {
    background: url("../images/home_ping_0001.png");
}
.g-platform .u-content ul li:nth-child(2) {
    background: url("../images/home_ping_0002.png");
}
.g-platform .u-content ul li:nth-child(3) {
    background: url("../images/home_ping_0003.png");
}
.g-platform .u-content ul li:nth-child(4) {
    width: 231px;
    background: url("../images/home_ping_0004.png");
}
.g-platform .u-content ul li:nth-child(5) {
    width: 231px;
    background: url("../images/home_ping_0005.png");
}
.g-platform .u-content ul li:nth-child(6) {
    background: url("../images/home_ping_0006.png");
}
.g-platform .u-content ul li:nth-child(7) {
    background: url("../images/home_ping_0007.png");
}
.g-platform .u-content ul li:nth-child(8) {
    background: url("../images/home_ping_0008.png");
}
.g-platform .u-content ul li:nth-child(9) {
    width: 231px;
    background: url("../images/home_ping_0009.png");
}
.g-platform .u-content ul li:nth-child(10) {
    width: 231px;
    background: url("../images/home_ping_00010.png");
}
.g-platform .u-content ul li:hover{
    background-color: #0060ea;
    background-image: none;
    transform: translateY(-10px);
    transition: transform .3s ease-in-out 0s;
}
.g-platform .u-content ul li:hover img:nth-child(1){
    display: none !important;
}
.g-platform .u-content ul li:hover img:nth-child(2){
    display: block !important;
}
.g-platform .u-content ul li:hover p{
    color: #ffffff !important;
}
.g-platform .u-content a {
    display: block;
    width: 170px;
    height: 100%;
    padding: 0 30px;
}
.g-platform .u-content img{
    height: 44px;
    width: auto;
    margin: 25px auto 13px;
}
.g-platform .u-content img:nth-child(1){
    display: block;
}
.g-platform .u-content img:nth-child(2){
    display: none;
}
.serve-title {
    position: relative;
    height: 48px;
}
.g-platform .u-content p{
    width: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    line-height: 24px;
    text-align: center;
}


/*权威*/
.g-authority{
    width: 100%;
    min-width: 1200px;
    background: url("../images/home_authority_bg.png") no-repeat center center;
    background-size: cover;
    margin-top: 70px;
    padding-bottom: 70px;
}
.g-authority .index-title{
    background: url('../images/index-title-bg.png') left no-repeat;
}
.g-authority .u-title{
    margin-top: 40px;
    height: 22px;
    line-height: 22px;
}
.g-authority .u-title .title-name{
    display: inline-block;
    width: 200px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-left: 500px;
}
.g-authority .platform-more{
    font-size: 14px;
    cursor: pointer;
    line-height: 44px;
}
.g-authority .u-tab{
    width: 100%;
    height: 43px;
    margin-top: 36px;
    border-bottom:1px solid #cacfd4;
}
.g-authority .u-tab ul li{
    float: left;
    margin-right: 47px;
    width: 75px;
    height: 42px;
    font-size: 17px;
    line-height: 42px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    cursor: default;
}
.g-authority .u-tab ul li.active{
    color: #0060ea;
    border-bottom: 2px solid #0060ea;
    cursor: pointer;
}
.g-authority .u-content{
    margin-top: 40px;
}
.g-authority .u-content ul {
    display: none;
    margin-left: -20px;
}
.g-authority .u-content ul.show{
    display: block;
}
.g-authority .u-content ul li{
    float: left;
    position: relative;
    width: 285px;
    height: 325px;
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: #fff;
}
/*抖动*/
.g-authority .u-content ul li a{
    display: block;
    height: 336px;
}
.g-authority .u-content ul li img{
    display: block;
    width: 285px;
    height: 214px;
}
.g-authority .authority-desc{
    width:239px;
    height: 80px;
    padding: 15px 17px;
    overflow: hidden;
}
.g-authority .authority-desc .authority-title{
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    color: #222;
    margin: 4px 0;
}
.g-authority .authority-desc .authority-time{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color: #999;
}
.g-authority .authority-desc .authority-time span{
    font-size: 24px;
    color: #999;
}
.g-authority .authority-desc .circle-more{
    width:10px;
    height: 12px;
    padding-left: 1px;
    line-height: 11px;
    text-align: center;
    border-radius: 50%;
    color:#999;
    border: 1px solid #999;
    display: inline-block;
    margin-left: 9px;
}

.g-authority .u-content ul li:hover{
    box-shadow: 0 5px 12px rgba(0,0,0,0.3);
    background-color: #0060ea;
    transform: translateY(-10px);
    transition: transform .3s ease-in-out 0s;
}
.g-authority .u-content ul li:hover .circle-more{
    width: 15px;
    height: 16px;
    line-height: 14px;
    color: #0060ea;
    background-color: #fff;
    border: none;
}
.g-authority .u-content ul li:hover .authority-time span,
.g-authority .u-content ul li:hover .authority-time,
.g-authority .u-content ul li:hover p{
    color: #fff!important;
}
.g-authority .u-content ul li:hover .authority-title{
    color: #fff;
}

/* 相关链接 */
.g-links {
    width: 1140px;
    margin: 41px auto 24px;
    padding: 0 30px;
    overflow: hidden;
    background-color: #fff;
}
.g-links .m-tt {
    height: 60px;
    line-height: 60px;
}
.g-links h2 {
    float: left;
    margin-right: 50px;
    font-size: 24px;
    font-weight: bold;
}
.g-links .m-tt span {
    position: relative;
    float: left;
    margin-right: 40px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
}
.g-links .m-tt span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-left: 6px solid #7f8286;
    border-bottom: 5px solid transparent;
}
.g-links .m-tt span.z-crt {
    color: #0060ea;
    border-bottom-color: #0060ea;
    background-color: #fff;
}
.g-links .m-tt span.z-crt::after {
    margin-top: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #0060ea;
}
.g-links .m-ct {
    margin-top: 21px;
    font-size: 14px;
}
.g-links .m-ct>div {
    border: 1px solid #e4eefc;
    border-top: 1px solid #0060ea;
    margin-bottom: 30px;
}
.g-links .m-ct>div,
.g-links .u-link-lst ul {
    display: none;
}
.g-links .m-ct>div.z-crt,
.g-links .u-link-lst ul.z-crt  {
    display: block;
}
.g-links .u-link-tab {
    height: 38px;
    background-color: #f1f1f1;
}
.g-links .u-link-tab li {
    float: left;
    width: 17%;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
.g-links .u-link-tab li:first-child,
.g-links .u-link-tab li:last-child {
    width: 16%;
}
.g-links .u-link-tab li.z-crt {
    background-color: #fff;
    color: #0060ea;
}
.g-links .u-link-lst {
    padding: 19px 18px 9px;
    overflow: hidden;
    background: #fafafa;
}
.g-links .u-link-lst ul {
    margin-right: -80px;
}
.g-links .u-link-lst li {
    float: left;
    /*padding-right: 80px;*/
    width: 25%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-content .empty-image {
    display: block;
    margin: 100px auto;
    height: auto;
    width: 240px;
}
